home *** CD-ROM | disk | FTP | other *** search
/ PCGUIA 127 / PC Guia 127.iso / Software / Produtividade / OpenOffice.org 2.0.1 / openofficeorg1.cab / settings.mod < prev    next >
Text File  |  2005-09-10  |  2KB  |  58 lines

  1. <!--
  2.  
  3.     OpenOffice.org - a multi-platform office productivity suite
  4.  
  5.     $RCSfile: settings.mod,v $
  6.  
  7.     $Revision: 1.3 $
  8.  
  9.     last change: $Author: rt $ $Date: 2005/09/09 12:32:51 $
  10.  
  11.     The Contents of this file are made available subject to
  12.     the terms of GNU Lesser General Public License Version 2.1.
  13.  
  14.  
  15.       GNU Lesser General Public License Version 2.1
  16.       =============================================
  17.       Copyright 2005 by Sun Microsystems, Inc.
  18.       901 San Antonio Road, Palo Alto, CA 94303, USA
  19.  
  20.       This library is free software; you can redistribute it and/or
  21.       modify it under the terms of the GNU Lesser General Public
  22.       License version 2.1, as published by the Free Software Foundation.
  23.  
  24.       This library is distributed in the hope that it will be useful,
  25.       but WITHOUT ANY WARRANTY; without even the implied warranty of
  26.       MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
  27.       Lesser General Public License for more details.
  28.  
  29.       You should have received a copy of the GNU Lesser General Public
  30.       License along with this library; if not, write to the Free Software
  31.       Foundation, Inc., 59 Temple Place, Suite 330, Boston,
  32.       MA  02111-1307  USA
  33.  
  34. -->
  35.  
  36. <!ELEMENT office:settings (config:config-item-set+)>
  37.  
  38. <!ENTITY % items    "(config:config-item |
  39.             config:config-item-set |
  40.             config:config-item-map-named |
  41.             config:config-item-map-indexed)+">
  42.  
  43. <!ELEMENT config:config-item-set %items;>
  44. <!ATTLIST config:config-item-set config:name CDATA #REQUIRED>
  45.  
  46. <!ELEMENT config:config-item (#PCDATA)>
  47. <!ATTLIST config:config-item config:name CDATA #REQUIRED
  48.             config:type (boolean | short | int | long | double | string | datetime | base64Binary) #REQUIRED>
  49.  
  50. <!ELEMENT config:config-item-map-named (config:config-item-map-entry)+>
  51. <!ATTLIST config:config-item-map-named config:name CDATA #REQUIRED>
  52.  
  53. <!ELEMENT config:config-item-map-indexed (config:config-item-map-entry)+>
  54. <!ATTLIST config:config-item-map-indexed config:name CDATA #REQUIRED>
  55.  
  56. <!ELEMENT config:config-item-map-entry %items;>
  57. <!ATTLIST config:config-item-map-entry config:name CDATA #IMPLIED>
  58.